Interface IamWorkforcePoolProviderExtraAttributesOauth2ClientClientSecretValue
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IamWorkforcePoolProviderExtraAttributesOauth2ClientClientSecretValue.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.566Z") @Stability(Stable) public interface IamWorkforcePoolProviderExtraAttributesOauth2ClientClientSecretValue extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIamWorkforcePoolProviderExtraAttributesOauth2ClientClientSecretValue.Builderstatic classIamWorkforcePoolProviderExtraAttributesOauth2ClientClientSecretValue.Jsii$ProxyAn implementation forIamWorkforcePoolProviderExtraAttributesOauth2ClientClientSecretValue
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static IamWorkforcePoolProviderExtraAttributesOauth2ClientClientSecretValue.Builderbuilder()StringgetPlainText()The plain text of the client secret value.
-
-
-
Method Detail
-
getPlainText
@Stability(Stable) @NotNull String getPlainText()
The plain text of the client secret value.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/iam_workforce_pool_provider#plain_text IamWorkforcePoolProvider#plain_text}
-
builder
@Stability(Stable) static IamWorkforcePoolProviderExtraAttributesOauth2ClientClientSecretValue.Builder builder()
-
-