GoogleApi.CloudAsset.V1.Model.IdentitySelector (google_api_cloud_asset v0.28.0) View Source
Specifies an identity for which to determine resource access, based on roles assigned either directly to them or to the groups they belong to, directly or indirectly.
Attributes
-
identity
(type:String.t
, default:nil
) - Required. The identity appear in the form of members in IAM policy binding. The examples of supported forms are: "user:mike@example.com", "group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@appspot.gserviceaccount.com". Notice that wildcard characters (such as * and ?) are not supported. You must give a specific identity.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.CloudAsset.V1.Model.IdentitySelector{ identity: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.