Class GetRoleArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.InvokeArgs
-
- com.pulumi.openstack.identity.inputs.GetRoleArgs
-
public final class GetRoleArgs extends com.pulumi.resources.InvokeArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetRoleArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static GetRoleArgsEmpty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetRoleArgs.Builderbuilder()static GetRoleArgs.Builderbuilder(GetRoleArgs defaults)java.util.Optional<com.pulumi.core.Output<java.lang.String>>domainId()com.pulumi.core.Output<java.lang.String>name()java.util.Optional<com.pulumi.core.Output<java.lang.String>>region()
-
-
-
Field Detail
-
Empty
public static final GetRoleArgs Empty
-
-
Method Detail
-
domainId
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> domainId()
- Returns:
- The domain the role belongs to.
-
name
public com.pulumi.core.Output<java.lang.String> name()
- Returns:
- The name of the role.
-
region
public java.util.Optional<com.pulumi.core.Output<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 GetRoleArgs.Builder builder()
-
builder
public static GetRoleArgs.Builder builder(GetRoleArgs defaults)
-
-