Class ConnectionAuthConfigOauth2JwtBearerClientKey
- java.lang.Object
-
- com.pulumi.gcp.integrationconnectors.outputs.ConnectionAuthConfigOauth2JwtBearerClientKey
-
public final class ConnectionAuthConfigOauth2JwtBearerClientKey extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ConnectionAuthConfigOauth2JwtBearerClientKey.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ConnectionAuthConfigOauth2JwtBearerClientKey.Builder
builder()
static ConnectionAuthConfigOauth2JwtBearerClientKey.Builder
builder(ConnectionAuthConfigOauth2JwtBearerClientKey defaults)
java.lang.String
secretVersion()
-
-
-
Method Detail
-
secretVersion
public java.lang.String secretVersion()
- Returns:
- The resource name of the secret version in the format, format as: projects/*/secrets/*/versions/*.
-
builder
public static ConnectionAuthConfigOauth2JwtBearerClientKey.Builder builder()
-
builder
public static ConnectionAuthConfigOauth2JwtBearerClientKey.Builder builder(ConnectionAuthConfigOauth2JwtBearerClientKey defaults)
-
-