Skip to content

Commit

Permalink
IAM: Add additional read-only fields to role sharing policy resource
Browse files Browse the repository at this point in the history
  • Loading branch information
loafoe committed Jul 19, 2022
1 parent 6991d6f commit 1ddc3d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions iam/roles_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ type RoleSharingPolicy struct {
TargetOrganizationID string `json:"targetOrganizationId"`
InternalID string `json:"internalId,omitempty"`
SourceOrganizationID string `json:"sourceOrganizationId,omitempty"`
RoleName string `json:"roleName,omitempty"`
RoleID string `json:"roleId,omitempty"`
Meta *Meta `json:"meta,omitempty"`
}

Expand Down
2 changes: 1 addition & 1 deletion internal/version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package internal

const (
LibraryVersion = "0.72.1"
LibraryVersion = "0.72.2"
)

0 comments on commit 1ddc3d4

Please sign in to comment.