Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class RoleAssignment(Model):
:type role_definition_id: str
:param principal_id: The principal ID.
:type principal_id: str
:param can_delegate: The Delegation flag for the roleassignment
:param can_delegate: The Delegation flag for the role assignment
:type can_delegate: bool
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class RoleAssignmentCreateParameters(Model):
maps to the ID inside the Active Directory. It can point to a user,
service principal, or security group.
:type principal_id: str
:param can_delegate: The delgation flag used for creating a role
:param can_delegate: The delegation flag used for creating a role
assignment
:type can_delegate: bool
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class RoleAssignmentCreateParameters(Model):
maps to the ID inside the Active Directory. It can point to a user,
service principal, or security group.
:type principal_id: str
:param can_delegate: The delgation flag used for creating a role
:param can_delegate: The delegation flag used for creating a role
assignment
:type can_delegate: bool
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class RoleAssignmentFilter(Model):

:param principal_id: Returns role assignment of the specific principal.
:type principal_id: str
:param can_delegate: The Delegation flag for the roleassignment
:param can_delegate: The Delegation flag for the role assignment
:type can_delegate: bool
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class RoleAssignmentFilter(Model):

:param principal_id: Returns role assignment of the specific principal.
:type principal_id: str
:param can_delegate: The Delegation flag for the roleassignment
:param can_delegate: The Delegation flag for the role assignment
:type can_delegate: bool
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class RoleAssignment(Model):
:type role_definition_id: str
:param principal_id: The principal ID.
:type principal_id: str
:param can_delegate: The Delegation flag for the roleassignment
:param can_delegate: The Delegation flag for the role assignment
:type can_delegate: bool
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class RoleAssignment(Model):
'DirectoryObjectOrGroup', 'Everyone'
:type principal_type: str or
~azure.mgmt.authorization.v2018_09_01_preview.models.PrincipalType
:param can_delegate: The Delegation flag for the roleassignment
:param can_delegate: The Delegation flag for the role assignment
:type can_delegate: bool
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class RoleAssignmentCreateParameters(Model):
'DirectoryObjectOrGroup', 'Everyone'
:type principal_type: str or
~azure.mgmt.authorization.v2018_09_01_preview.models.PrincipalType
:param can_delegate: The delgation flag used for creating a role
:param can_delegate: The delegation flag used for creating a role
assignment
:type can_delegate: bool
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class RoleAssignmentCreateParameters(Model):
'DirectoryObjectOrGroup', 'Everyone'
:type principal_type: str or
~azure.mgmt.authorization.v2018_09_01_preview.models.PrincipalType
:param can_delegate: The delgation flag used for creating a role
:param can_delegate: The delegation flag used for creating a role
assignment
:type can_delegate: bool
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class RoleAssignmentFilter(Model):

:param principal_id: Returns role assignment of the specific principal.
:type principal_id: str
:param can_delegate: The Delegation flag for the roleassignment
:param can_delegate: The Delegation flag for the role assignment
:type can_delegate: bool
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class RoleAssignmentFilter(Model):

:param principal_id: Returns role assignment of the specific principal.
:type principal_id: str
:param can_delegate: The Delegation flag for the roleassignment
:param can_delegate: The Delegation flag for the role assignment
:type can_delegate: bool
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class RoleAssignment(Model):
'DirectoryObjectOrGroup', 'Everyone'
:type principal_type: str or
~azure.mgmt.authorization.v2018_09_01_preview.models.PrincipalType
:param can_delegate: The Delegation flag for the roleassignment
:param can_delegate: The Delegation flag for the role assignment
:type can_delegate: bool
"""

Expand Down