Class IoTHubSharedAccessPolicyArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Iot.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class IoTHubSharedAccessPolicyArgs : ResourceArgs
Constructors
View SourceIoTHubSharedAccessPolicyArgs()
Declaration
public IoTHubSharedAccessPolicyArgs()
Properties
View SourceKeyName
The name of the shared access policy.
Declaration
public Input<string> KeyName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Permissions
The permissions assigned to the shared access policy.
Declaration
public Input<string> Permissions { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PrimaryKey
The primary key.
Declaration
public Input<string> PrimaryKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SecondaryKey
The secondary key.
Declaration
public Input<string> SecondaryKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |