Show / Hide Table of Contents

Class DpsSharedAccessPolicyArgs

Inheritance
System.Object
InputArgs
ResourceArgs
DpsSharedAccessPolicyArgs
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
Assembly: Pulumi.Azure.dll
Syntax
public sealed class DpsSharedAccessPolicyArgs : ResourceArgs

Constructors

View Source

DpsSharedAccessPolicyArgs()

Declaration
public DpsSharedAccessPolicyArgs()

Properties

View Source

EnrollmentRead

Adds EnrollmentRead permission to this Shared Access Account. It allows read access to enrollment data.

Declaration
public Input<bool> EnrollmentRead { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

EnrollmentWrite

Adds EnrollmentWrite permission to this Shared Access Account. It allows write access to enrollment data.

Declaration
public Input<bool> EnrollmentWrite { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

IothubDpsName

The name of the IoT Hub Device Provisioning service to which this Shared Access Policy belongs. Changing this forces a new resource to be created.

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

Name

Specifies the name of the IotHub Shared Access Policy resource. Changing this forces a new resource to be created.

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

RegistrationRead

Adds RegistrationStatusRead permission to this Shared Access Account. It allows read access to device registrations.

Declaration
public Input<bool> RegistrationRead { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

RegistrationWrite

Adds RegistrationStatusWrite permission to this Shared Access Account. It allows write access to device registrations.

Declaration
public Input<bool> RegistrationWrite { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

ResourceGroupName

The name of the resource group under which the IotHub Shared Access Policy resource has to be created. Changing this forces a new resource to be created.

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

ServiceConfig

Adds ServiceConfig permission to this Shared Access Account. It allows configuration of the Device Provisioning Service.

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