Show / Hide Table of Contents

Class IoTHubSharedAccessPolicyArgs

Inheritance
System.Object
InputArgs
ResourceArgs
IoTHubSharedAccessPolicyArgs
Inherited Members
ResourceArgs.Empty
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 Source

IoTHubSharedAccessPolicyArgs()

Declaration
public IoTHubSharedAccessPolicyArgs()

Properties

View Source

KeyName

The name of the shared access policy.

Declaration
public Input<string> KeyName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Permissions

The permissions assigned to the shared access policy.

Declaration
public Input<string> Permissions { get; set; }
Property Value
Type Description
Input<System.String>
View Source

PrimaryKey

The primary key.

Declaration
public Input<string> PrimaryKey { get; set; }
Property Value
Type Description
Input<System.String>
View Source

SecondaryKey

The secondary key.

Declaration
public Input<string> SecondaryKey { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.