Google Cloud Security Command Center V1 Client - Class IamBinding (1.19.1)

Reference documentation and code samples for the Google Cloud Security Command Center V1 Client class IamBinding.

Represents a particular IAM binding, which captures a member's role addition, removal, or state.

Generated from protobuf message google.cloud.securitycenter.v1.IamBinding

Namespace

Google \ Cloud \ SecurityCenter \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ action int

The action that was performed on a Binding.

↳ role string

Role that is assigned to "members". For example, "roles/viewer", "roles/editor", or "roles/owner".

↳ member string

A single identity requesting access for a Cloud Platform resource, for example, "foo@google.com".

getAction

The action that was performed on a Binding.

Returns
TypeDescription
int

setAction

The action that was performed on a Binding.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getRole

Role that is assigned to "members".

For example, "roles/viewer", "roles/editor", or "roles/owner".

Returns
TypeDescription
string

setRole

Role that is assigned to "members".

For example, "roles/viewer", "roles/editor", or "roles/owner".

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getMember

A single identity requesting access for a Cloud Platform resource, for example, "foo@google.com".

Returns
TypeDescription
string

setMember

A single identity requesting access for a Cloud Platform resource, for example, "foo@google.com".

Parameter
NameDescription
var string
Returns
TypeDescription
$this