Class SharedAccessPolicyArgs
Inherited Members
Namespace: Pulumi.Azure.Iot
Assembly: Pulumi.Azure.dll
Syntax
public sealed class SharedAccessPolicyArgs : ResourceArgs
Constructors
View SourceSharedAccessPolicyArgs()
Declaration
public SharedAccessPolicyArgs()
Properties
View SourceDeviceConnect
Adds DeviceConnect permission to this Shared Access Account. It allows sending and receiving on the device-side endpoints.
Declaration
public Input<bool> DeviceConnect { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
IothubName
The name of the IoTHub to which this Shared Access Policy belongs. Changing this forces a new resource to be created.
Declaration
public Input<string> IothubName { 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> |
RegistryRead
Adds RegistryRead permission to this Shared Access Account. It allows read access to the identity registry.
Declaration
public Input<bool> RegistryRead { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
RegistryWrite
Adds RegistryWrite permission to this Shared Access Account. It allows write access to the identity registry.
Declaration
public Input<bool> RegistryWrite { 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> |
ServiceConnect
Adds ServiceConnect permission to this Shared Access Account. It allows sending and receiving on the cloud-side endpoints.
Declaration
public Input<bool> ServiceConnect { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |