public class CreateSecretRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateSecretRequest.SecretTypeEnum
Gets or Sets secretType
|
| Constructor and Description |
|---|
CreateSecretRequest() |
public CreateSecretRequest automaticRotation(Boolean automaticRotation)
public Boolean isAutomaticRotation()
public void setAutomaticRotation(Boolean automaticRotation)
public CreateSecretRequest description(String description)
@Size(max=8192) public @Size(max=8192) String getDescription()
public void setDescription(String description)
public CreateSecretRequest encryptionKey(String encryptionKey)
public String getEncryptionKey()
public void setEncryptionKey(String encryptionKey)
public CreateSecretRequest extendedConfig(String extendedConfig)
@Size(max=1024) public @Size(max=1024) String getExtendedConfig()
public void setExtendedConfig(String extendedConfig)
public CreateSecretRequest projectName(String projectName)
public String getProjectName()
public void setProjectName(String projectName)
public CreateSecretRequest rotationInterval(String rotationInterval)
public String getRotationInterval()
public void setRotationInterval(String rotationInterval)
public CreateSecretRequest secretName(String secretName)
@NotNull
@Size(min=2,
max=128)
public @NotNull @Size(min=2,max=128) String getSecretName()
public void setSecretName(String secretName)
public CreateSecretRequest secretType(CreateSecretRequest.SecretTypeEnum secretType)
@NotNull public @NotNull CreateSecretRequest.SecretTypeEnum getSecretType()
public void setSecretType(CreateSecretRequest.SecretTypeEnum secretType)
public CreateSecretRequest secretValue(String secretValue)
@NotNull @Size(max=30720) public @NotNull @Size(max=30720) String getSecretValue()
public void setSecretValue(String secretValue)
Copyright © 2025. All rights reserved.