pulumi-azure-kotlin
5.53.0.0
pulumi-azure-kotlin
/
com.pulumi.azure.authorization.kotlin.outputs
/
GetRoleDefinitionPermission
Get
Role
Definition
Permission
data
class
GetRoleDefinitionPermission
(
val
actions
:
List
<
String
>
,
val
dataActions
:
List
<
String
>
?
=
null
,
val
notActions
:
List
<
String
>
,
val
notDataActions
:
List
<
String
>
?
=
null
)
Types
Constructors
Properties
Constructors
Get
Role
Definition
Permission
Link copied to clipboard
fun
GetRoleDefinitionPermission
(
actions
:
List
<
String
>
,
dataActions
:
List
<
String
>
?
=
null
,
notActions
:
List
<
String
>
,
notDataActions
:
List
<
String
>
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
actions
Link copied to clipboard
val
actions
:
List
<
String
>
a list of actions supported by this role
data
Actions
Link copied to clipboard
val
dataActions
:
List
<
String
>
?
=
null
not
Actions
Link copied to clipboard
val
notActions
:
List
<
String
>
a list of actions which are denied by this role
not
Data
Actions
Link copied to clipboard
val
notDataActions
:
List
<
String
>
?
=
null