@Generated public class SecretScope extends Object
Constructor and Description |
---|
SecretScope() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ScopeBackendType |
getBackendType() |
AzureKeyVaultSecretScopeMetadata |
getKeyvaultMetadata() |
String |
getName() |
int |
hashCode() |
SecretScope |
setBackendType(ScopeBackendType backendType) |
SecretScope |
setKeyvaultMetadata(AzureKeyVaultSecretScopeMetadata keyvaultMetadata) |
SecretScope |
setName(String name) |
String |
toString() |
public SecretScope setBackendType(ScopeBackendType backendType)
public ScopeBackendType getBackendType()
public SecretScope setKeyvaultMetadata(AzureKeyVaultSecretScopeMetadata keyvaultMetadata)
public AzureKeyVaultSecretScopeMetadata getKeyvaultMetadata()
public SecretScope setName(String name)
public String getName()
Copyright © 2023. All rights reserved.