Compartir vía


RoleManagementPolicyAssignmentInner Class

  • java.lang.Object
    • com.azure.resourcemanager.authorization.fluent.models.RoleManagementPolicyAssignmentInner

public final class RoleManagementPolicyAssignmentInner

Role management policy.

Constructor Summary

Constructor Description
RoleManagementPolicyAssignmentInner()

Creates an instance of RoleManagementPolicyAssignmentInner class.

Method Summary

Modifier and Type Method and Description
List<RoleManagementPolicyRule> effectiveRules()

Get the effectiveRules property: The readonly computed rule applied to the policy.

String id()

Get the id property: The role management policy Id.

String name()

Get the name property: The role management policy name.

PolicyAssignmentProperties policyAssignmentProperties()

Get the policyAssignmentProperties property: Additional properties of scope, role definition and policy.

String policyId()

Get the policyId property: The policy id role management policy assignment.

String roleDefinitionId()

Get the roleDefinitionId property: The role definition of management policy assignment.

String scope()

Get the scope property: The role management policy scope.

String type()

Get the type property: The role management policy type.

void validate()

Validates the instance.

RoleManagementPolicyAssignmentInner withPolicyId(String policyId)

Set the policyId property: The policy id role management policy assignment.

RoleManagementPolicyAssignmentInner withRoleDefinitionId(String roleDefinitionId)

Set the roleDefinitionId property: The role definition of management policy assignment.

RoleManagementPolicyAssignmentInner withScope(String scope)

Set the scope property: The role management policy scope.

Methods inherited from java.lang.Object

Constructor Details

RoleManagementPolicyAssignmentInner

public RoleManagementPolicyAssignmentInner()

Creates an instance of RoleManagementPolicyAssignmentInner class.

Method Details

effectiveRules

public List effectiveRules()

Get the effectiveRules property: The readonly computed rule applied to the policy.

Returns:

the effectiveRules value.

id

public String id()

Get the id property: The role management policy Id.

Returns:

the id value.

name

public String name()

Get the name property: The role management policy name.

Returns:

the name value.

policyAssignmentProperties

public PolicyAssignmentProperties policyAssignmentProperties()

Get the policyAssignmentProperties property: Additional properties of scope, role definition and policy.

Returns:

the policyAssignmentProperties value.

policyId

public String policyId()

Get the policyId property: The policy id role management policy assignment.

Returns:

the policyId value.

roleDefinitionId

public String roleDefinitionId()

Get the roleDefinitionId property: The role definition of management policy assignment.

Returns:

the roleDefinitionId value.

scope

public String scope()

Get the scope property: The role management policy scope.

Returns:

the scope value.

type

public String type()

Get the type property: The role management policy type.

Returns:

the type value.

validate

public void validate()

Validates the instance.

withPolicyId

public RoleManagementPolicyAssignmentInner withPolicyId(String policyId)

Set the policyId property: The policy id role management policy assignment.

Parameters:

policyId - the policyId value to set.

Returns:

the RoleManagementPolicyAssignmentInner object itself.

withRoleDefinitionId

public RoleManagementPolicyAssignmentInner withRoleDefinitionId(String roleDefinitionId)

Set the roleDefinitionId property: The role definition of management policy assignment.

Parameters:

roleDefinitionId - the roleDefinitionId value to set.

Returns:

the RoleManagementPolicyAssignmentInner object itself.

withScope

public RoleManagementPolicyAssignmentInner withScope(String scope)

Set the scope property: The role management policy scope.

Parameters:

scope - the scope value to set.

Returns:

the RoleManagementPolicyAssignmentInner object itself.

Applies to