google_api_service_networking v0.10.0 GoogleApi.ServiceNetworking.V1.Model.PolicyBinding View Source

Grouping of IAM role and IAM member.

Attributes

  • member (type: String.t, default: nil) - Required. Member to bind the role with. See /iam/docs/reference/rest/v1/Policy#Binding for how to format each member. Eg.

    • user:myuser@mydomain.com
    • serviceAccount:my-service-account@app.gserviceaccount.com
  • role (type: String.t, default: nil) - Required. Role to apply. Only whitelisted roles can be used at the specified granularity. The role must be one of the following:

    • 'roles/container.hostServiceAgentUser' applied on the shared VPC host project

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.ServiceNetworking.V1.Model.PolicyBinding{
  member: String.t(),
  role: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.