Class DpsSharedAccessPolicyArgs
Inherited Members
Namespace: Pulumi.Azure.Iot
Assembly: Pulumi.Azure.dll
Syntax
public sealed class DpsSharedAccessPolicyArgs : ResourceArgs
Constructors
View SourceDpsSharedAccessPolicyArgs()
Declaration
public DpsSharedAccessPolicyArgs()
Properties
View SourceEnrollmentRead
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> |
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> |
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> |
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> |
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> |
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> |
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> |
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> |