Class IoTHubSharedAccessPolicy
Inheritance
System.Object
IoTHubSharedAccessPolicy
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.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class IoTHubSharedAccessPolicy
Fields
View SourceKeyName
The name of the shared access policy.
Declaration
public readonly string KeyName
Field Value
| Type | Description |
|---|---|
| System.String |
Permissions
The permissions assigned to the shared access policy.
Declaration
public readonly string Permissions
Field Value
| Type | Description |
|---|---|
| System.String |
PrimaryKey
The primary key.
Declaration
public readonly string PrimaryKey
Field Value
| Type | Description |
|---|---|
| System.String |
SecondaryKey
The secondary key.
Declaration
public readonly string SecondaryKey
Field Value
| Type | Description |
|---|---|
| System.String |