Package com.pulumi.gcp.gkehub.inputs
Class GetScopeIamPolicyPlainArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.InvokeArgs
-
- com.pulumi.gcp.gkehub.inputs.GetScopeIamPolicyPlainArgs
-
public final class GetScopeIamPolicyPlainArgs extends com.pulumi.resources.InvokeArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetScopeIamPolicyPlainArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static GetScopeIamPolicyPlainArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetScopeIamPolicyPlainArgs.Builder
builder()
static GetScopeIamPolicyPlainArgs.Builder
builder(GetScopeIamPolicyPlainArgs defaults)
java.util.Optional<java.lang.String>
project()
java.lang.String
scopeId()
-
-
-
Field Detail
-
Empty
public static final GetScopeIamPolicyPlainArgs Empty
-
-
Method Detail
-
project
public java.util.Optional<java.lang.String> project()
- Returns:
- The ID of the project in which the resource belongs. If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
-
scopeId
public java.lang.String scopeId()
-
builder
public static GetScopeIamPolicyPlainArgs.Builder builder()
-
builder
public static GetScopeIamPolicyPlainArgs.Builder builder(GetScopeIamPolicyPlainArgs defaults)
-
-