From 7be2b84d16b05dcb3e0e87ecfca0d7ac415bb22e Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Tue, 20 Nov 2018 13:21:19 -0800 Subject: [PATCH] Generated from 11f1a80d6726c7f9a7172dcc47ff1829d634740a (#3356) refactoring Go out of readme --- .../mgmt/2018-09-01-preview/authorization/models.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/services/preview/authorization/mgmt/2018-09-01-preview/authorization/models.go b/services/preview/authorization/mgmt/2018-09-01-preview/authorization/models.go index 81b464873019..dde0762b6a67 100644 --- a/services/preview/authorization/mgmt/2018-09-01-preview/authorization/models.go +++ b/services/preview/authorization/mgmt/2018-09-01-preview/authorization/models.go @@ -1217,6 +1217,8 @@ type RoleAssignmentPropertiesWithScope struct { RoleDefinitionID *string `json:"roleDefinitionId,omitempty"` // PrincipalID - The principal ID. PrincipalID *string `json:"principalId,omitempty"` + // PrincipalType - The principal type of the assigned principal ID. Possible values include: 'User', 'Group', 'ServicePrincipal', 'Unknown', 'DirectoryRoleTemplate', 'ForeignGroup', 'Application', 'MSI', 'DirectoryObjectOrGroup', 'Everyone' + PrincipalType PrincipalType `json:"principalType,omitempty"` // CanDelegate - The Delegation flag for the roleassignment CanDelegate *bool `json:"canDelegate,omitempty"` }