toggle menu
pulumi-azure-native-kotlin
3.0.1.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.authorization.kotlin
/
RoleDefinitionArgs
/
RoleDefinitionArgs
Role
Definition
Args
constructor
(
assignableScopes
:
Output
<
List
<
String
>
>
?
=
null
,
description
:
Output
<
String
>
?
=
null
,
permissions
:
Output
<
List
<
PermissionArgs
>
>
?
=
null
,
roleDefinitionId
:
Output
<
String
>
?
=
null
,
roleName
:
Output
<
String
>
?
=
null
,
roleType
:
Output
<
String
>
?
=
null
,
scope
:
Output
<
String
>
?
=
null
)