Class GroupAdditionalGroupKey
- java.lang.Object
-
- com.pulumi.gcp.cloudidentity.outputs.GroupAdditionalGroupKey
-
public final class GroupAdditionalGroupKey extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GroupAdditionalGroupKey.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GroupAdditionalGroupKey.Builder
builder()
static GroupAdditionalGroupKey.Builder
builder(GroupAdditionalGroupKey defaults)
java.util.Optional<java.lang.String>
id()
java.util.Optional<java.lang.String>
namespace()
-
-
-
Method Detail
-
id
public java.util.Optional<java.lang.String> id()
- Returns:
- (Output) The ID of the entity. For Google-managed entities, the id must be the email address of an existing group or user. For external-identity-mapped entities, the id must be a string conforming to the Identity Source's requirements. Must be unique within a namespace.
-
namespace
public java.util.Optional<java.lang.String> namespace()
- Returns:
- (Output) The namespace in which the entity exists. If not specified, the EntityKey represents a Google-managed entity such as a Google user or a Google Group. If specified, the EntityKey represents an external-identity-mapped group. The namespace must correspond to an identity source created in Admin Console and must be in the form of `identitysources/{identity_source_id}`.
-
builder
public static GroupAdditionalGroupKey.Builder builder()
-
builder
public static GroupAdditionalGroupKey.Builder builder(GroupAdditionalGroupKey defaults)
-
-