Show / Hide Table of Contents

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 Source

KeyName

The name of the shared access policy.

Declaration
public readonly string KeyName
Field Value
Type Description
System.String
View Source

Permissions

The permissions assigned to the shared access policy.

Declaration
public readonly string Permissions
Field Value
Type Description
System.String
View Source

PrimaryKey

The primary key.

Declaration
public readonly string PrimaryKey
Field Value
Type Description
System.String
View Source

SecondaryKey

The secondary key.

Declaration
public readonly string SecondaryKey
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.