Class GetAuthScopeArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.InvokeArgs
-
- com.pulumi.openstack.identity.inputs.GetAuthScopeArgs
-
public final class GetAuthScopeArgs extends com.pulumi.resources.InvokeArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetAuthScopeArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static GetAuthScopeArgsEmpty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetAuthScopeArgs.Builderbuilder()static GetAuthScopeArgs.Builderbuilder(GetAuthScopeArgs defaults)com.pulumi.core.Output<java.lang.String>name()java.util.Optional<com.pulumi.core.Output<java.lang.String>>region()java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>>setTokenId()
-
-
-
Field Detail
-
Empty
public static final GetAuthScopeArgs Empty
-
-
Method Detail
-
name
public com.pulumi.core.Output<java.lang.String> name()
- Returns:
- The name of the scope. This is an arbitrary name which is only used as a unique identifier so an actual token isn't used as the ID.
-
region
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> region()
- Returns:
- The region in which to obtain the V3 Identity client. A Identity client is needed to retrieve tokens IDs. If omitted, the `region` argument of the provider is used.
-
setTokenId
public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> setTokenId()
- Returns:
- A boolean argument that determines whether to export the current auth scope token ID. When set to `true`, the `token_id` attribute will contain an unencrypted token that can be used for further API calls. **Warning**: please note that the leaked token may allow unauthorized access to other OpenStack services within the current auth scope, so use this option with caution.
-
builder
public static GetAuthScopeArgs.Builder builder()
-
builder
public static GetAuthScopeArgs.Builder builder(GetAuthScopeArgs defaults)
-
-