Class GetAccountJwtArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.InvokeArgs
-
- com.pulumi.gcp.serviceaccount.inputs.GetAccountJwtArgs
-
public final class GetAccountJwtArgs extends com.pulumi.resources.InvokeArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetAccountJwtArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static GetAccountJwtArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetAccountJwtArgs.Builder
builder()
static GetAccountJwtArgs.Builder
builder(GetAccountJwtArgs defaults)
java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>>
delegates()
java.util.Optional<com.pulumi.core.Output<java.lang.Integer>>
expiresIn()
com.pulumi.core.Output<java.lang.String>
payload()
com.pulumi.core.Output<java.lang.String>
targetServiceAccount()
-
-
-
Field Detail
-
Empty
public static final GetAccountJwtArgs Empty
-
-
Method Detail
-
delegates
public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> delegates()
- Returns:
- Delegate chain of approvals needed to perform full impersonation. Specify the fully qualified service account name.
-
expiresIn
public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> expiresIn()
- Returns:
- Number of seconds until the JWT expires. If set and non-zero an `exp` claim will be added to the payload derived from the current timestamp plus expires_in seconds.
-
payload
public com.pulumi.core.Output<java.lang.String> payload()
- Returns:
- The JSON-encoded JWT claims set to include in the self-signed JWT.
-
targetServiceAccount
public com.pulumi.core.Output<java.lang.String> targetServiceAccount()
- Returns:
- The email of the service account that will sign the JWT.
-
builder
public static GetAccountJwtArgs.Builder builder()
-
builder
public static GetAccountJwtArgs.Builder builder(GetAccountJwtArgs defaults)
-
-