Class GetRolePlainArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.InvokeArgs
-
- com.pulumi.openstack.identity.inputs.GetRolePlainArgs
-
public final class GetRolePlainArgs extends com.pulumi.resources.InvokeArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetRolePlainArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static GetRolePlainArgsEmpty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetRolePlainArgs.Builderbuilder()static GetRolePlainArgs.Builderbuilder(GetRolePlainArgs defaults)java.util.Optional<java.lang.String>domainId()java.lang.Stringname()java.util.Optional<java.lang.String>region()
-
-
-
Field Detail
-
Empty
public static final GetRolePlainArgs Empty
-
-
Method Detail
-
domainId
public java.util.Optional<java.lang.String> domainId()
- Returns:
- The domain the role belongs to.
-
name
public java.lang.String name()
- Returns:
- The name of the role.
-
region
public java.util.Optional<java.lang.String> region()
- Returns:
- The region in which to obtain the V3 Keystone client. If omitted, the `region` argument of the provider is used.
-
builder
public static GetRolePlainArgs.Builder builder()
-
builder
public static GetRolePlainArgs.Builder builder(GetRolePlainArgs defaults)
-
-