get Role Definition
Deprecated
azure.role.getRoleDefinition has been deprecated in favor of azure.authorization.getRoleDefinition
Use this data source to access information about an existing Role Definition.
Return
A collection of values returned by getRoleDefinition.
Parameters
A collection of arguments for invoking getRoleDefinition.
Deprecated
azure.role.getRoleDefinition has been deprecated in favor of azure.authorization.getRoleDefinition
Return
A collection of values returned by getRoleDefinition.
See also
Parameters
Specifies the Name of either a built-in or custom Role Definition.
You can also use this for built-in roles such as
Contributor
,Owner
,Reader
andVirtual Machine Contributor
Specifies the ID of the Role Definition as a UUID/GUID.
Specifies the Scope at which the Custom Role Definition exists.
Note: One of
name
orrole_definition_id
must be specified.
Deprecated
azure.role.getRoleDefinition has been deprecated in favor of azure.authorization.getRoleDefinition
Return
A collection of values returned by getRoleDefinition.
See also
Parameters
Builder for com.pulumi.azure.role.kotlin.inputs.GetRoleDefinitionPlainArgs.