authorization Policies
Parameters
value
The shared access policies you can use to secure a connection to the IoT hub.
suspend fun authorizationPolicies(vararg values: Output<SharedAccessSignatureAuthorizationRuleArgs>)
Parameters
values
The shared access policies you can use to secure a connection to the IoT hub.
suspend fun authorizationPolicies(argument: List<suspend SharedAccessSignatureAuthorizationRuleArgsBuilder.() -> Unit>)
suspend fun authorizationPolicies(vararg argument: suspend SharedAccessSignatureAuthorizationRuleArgsBuilder.() -> Unit)
suspend fun authorizationPolicies(argument: suspend SharedAccessSignatureAuthorizationRuleArgsBuilder.() -> Unit)
Parameters
argument
The shared access policies you can use to secure a connection to the IoT hub.