Versions in this module Expand all Collapse all v0 v0.20241126.2320 Nov 26, 2024 v0.20241126.1723 Nov 26, 2024 Changes in this version + func PossibleValuesForAfdProvisioningState() []string + func PossibleValuesForDeploymentStatus() []string + func PossibleValuesForSecretType() []string + func ValidateProfileID(input interface{}, key string) (warnings []string, errors []error) + func ValidateSecretID(input interface{}, key string) (warnings []string, errors []error) + type AfdProvisioningState string + const AfdProvisioningStateCreating + const AfdProvisioningStateDeleting + const AfdProvisioningStateFailed + const AfdProvisioningStateSucceeded + const AfdProvisioningStateUpdating + func (s *AfdProvisioningState) UnmarshalJSON(bytes []byte) error + type AzureFirstPartyManagedCertificateParameters struct + CertificateAuthority *string + ExpirationDate *string + SecretSource *ResourceReference + Subject *string + SubjectAlternativeNames *[]string + Thumbprint *string + Type SecretType + func (s AzureFirstPartyManagedCertificateParameters) MarshalJSON() ([]byte, error) + func (s AzureFirstPartyManagedCertificateParameters) SecretParameters() BaseSecretParametersImpl + type BaseSecretParametersImpl struct + Type SecretType + func (s BaseSecretParametersImpl) SecretParameters() BaseSecretParametersImpl + type CreateOperationResponse struct + HttpResponse *http.Response + Model *Secret + OData *odata.OData + Poller pollers.Poller + type CustomerCertificateParameters struct + CertificateAuthority *string + ExpirationDate *string + SecretSource ResourceReference + SecretVersion *string + Subject *string + SubjectAlternativeNames *[]string + Thumbprint *string + Type SecretType + UseLatestVersion *bool + func (s CustomerCertificateParameters) MarshalJSON() ([]byte, error) + func (s CustomerCertificateParameters) SecretParameters() BaseSecretParametersImpl + type DeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + Poller pollers.Poller + type DeploymentStatus string + const DeploymentStatusFailed + const DeploymentStatusInProgress + const DeploymentStatusNotStarted + const DeploymentStatusSucceeded + func (s *DeploymentStatus) UnmarshalJSON(bytes []byte) error + type GetOperationResponse struct + HttpResponse *http.Response + Model *Secret + OData *odata.OData + type ListByProfileCompleteResult struct + Items []Secret + LatestHttpResponse *http.Response + type ListByProfileCustomPager struct + NextLink *odata.Link + func (p *ListByProfileCustomPager) NextPageLink() *odata.Link + type ListByProfileOperationResponse struct + HttpResponse *http.Response + Model *[]Secret + OData *odata.OData + type ManagedCertificateParameters struct + ExpirationDate *string + Subject *string + Type SecretType + func (s ManagedCertificateParameters) MarshalJSON() ([]byte, error) + func (s ManagedCertificateParameters) SecretParameters() BaseSecretParametersImpl + type ProfileId struct + ProfileName string + ResourceGroupName string + SubscriptionId string + func NewProfileID(subscriptionId string, resourceGroupName string, profileName string) ProfileId + func ParseProfileID(input string) (*ProfileId, error) + func ParseProfileIDInsensitively(input string) (*ProfileId, error) + func (id *ProfileId) FromParseResult(input resourceids.ParseResult) error + func (id ProfileId) ID() string + func (id ProfileId) Segments() []resourceids.Segment + func (id ProfileId) String() string + type RawSecretParametersImpl struct + Type string + Values map[string]interface{} + func (s RawSecretParametersImpl) SecretParameters() BaseSecretParametersImpl + type ResourceReference struct + Id *string + type Secret struct + Id *string + Name *string + Properties *SecretProperties + SystemData *systemdata.SystemData + Type *string + type SecretId struct + ProfileName string + ResourceGroupName string + SecretName string + SubscriptionId string + func NewSecretID(subscriptionId string, resourceGroupName string, profileName string, ...) SecretId + func ParseSecretID(input string) (*SecretId, error) + func ParseSecretIDInsensitively(input string) (*SecretId, error) + func (id *SecretId) FromParseResult(input resourceids.ParseResult) error + func (id SecretId) ID() string + func (id SecretId) Segments() []resourceids.Segment + func (id SecretId) String() string + type SecretOperationPredicate struct + Id *string + Name *string + Type *string + func (p SecretOperationPredicate) Matches(input Secret) bool + type SecretParameters interface + SecretParameters func() BaseSecretParametersImpl + func UnmarshalSecretParametersImplementation(input []byte) (SecretParameters, error) + type SecretProperties struct + DeploymentStatus *DeploymentStatus + Parameters SecretParameters + ProfileName *string + ProvisioningState *AfdProvisioningState + func (s *SecretProperties) UnmarshalJSON(bytes []byte) error + type SecretType string + const SecretTypeAzureFirstPartyManagedCertificate + const SecretTypeCustomerCertificate + const SecretTypeManagedCertificate + const SecretTypeURLSigningKey + func (s *SecretType) UnmarshalJSON(bytes []byte) error + type SecretsClient struct + Client *resourcemanager.Client + func NewSecretsClientWithBaseURI(sdkApi sdkEnv.Api) (*SecretsClient, error) + func (c SecretsClient) Create(ctx context.Context, id SecretId, input Secret) (result CreateOperationResponse, err error) + func (c SecretsClient) CreateThenPoll(ctx context.Context, id SecretId, input Secret) error + func (c SecretsClient) Delete(ctx context.Context, id SecretId) (result DeleteOperationResponse, err error) + func (c SecretsClient) DeleteThenPoll(ctx context.Context, id SecretId) error + func (c SecretsClient) Get(ctx context.Context, id SecretId) (result GetOperationResponse, err error) + func (c SecretsClient) ListByProfile(ctx context.Context, id ProfileId) (result ListByProfileOperationResponse, err error) + func (c SecretsClient) ListByProfileComplete(ctx context.Context, id ProfileId) (ListByProfileCompleteResult, error) + func (c SecretsClient) ListByProfileCompleteMatchingPredicate(ctx context.Context, id ProfileId, predicate SecretOperationPredicate) (result ListByProfileCompleteResult, err error) + type URLSigningKeyParameters struct + KeyId string + SecretSource ResourceReference + SecretVersion *string + Type SecretType + func (s URLSigningKeyParameters) MarshalJSON() ([]byte, error) + func (s URLSigningKeyParameters) SecretParameters() BaseSecretParametersImpl