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 PossibleValuesForDeletionRecoveryLevel() []string + func PossibleValuesForJsonWebKeyCurveName() []string + func PossibleValuesForJsonWebKeyOperation() []string + func PossibleValuesForJsonWebKeyType() []string + func PossibleValuesForKeyRotationPolicyActionType() []string + func ValidateKeyID(input interface{}, key string) (warnings []string, errors []error) + func ValidateManagedHSMID(input interface{}, key string) (warnings []string, errors []error) + func ValidateVersionID(input interface{}, key string) (warnings []string, errors []error) + type CreateIfNotExistOperationResponse struct + HttpResponse *http.Response + Model *ManagedHsmKey + OData *odata.OData + type DeletionRecoveryLevel string + const DeletionRecoveryLevelPurgeable + const DeletionRecoveryLevelRecoverable + const DeletionRecoveryLevelRecoverablePositiveProtectedSubscription + const DeletionRecoveryLevelRecoverablePositivePurgeable + func (s *DeletionRecoveryLevel) UnmarshalJSON(bytes []byte) error + type GetOperationResponse struct + HttpResponse *http.Response + Model *ManagedHsmKey + OData *odata.OData + type GetVersionOperationResponse struct + HttpResponse *http.Response + Model *ManagedHsmKey + OData *odata.OData + type JsonWebKeyCurveName string + const JsonWebKeyCurveNamePNegativeFiveTwoOne + const JsonWebKeyCurveNamePNegativeThreeEightFour + const JsonWebKeyCurveNamePNegativeTwoFiveSix + const JsonWebKeyCurveNamePNegativeTwoFiveSixK + func (s *JsonWebKeyCurveName) UnmarshalJSON(bytes []byte) error + type JsonWebKeyOperation string + const JsonWebKeyOperationDecrypt + const JsonWebKeyOperationEncrypt + const JsonWebKeyOperationImport + const JsonWebKeyOperationRelease + const JsonWebKeyOperationSign + const JsonWebKeyOperationUnwrapKey + const JsonWebKeyOperationVerify + const JsonWebKeyOperationWrapKey + func (s *JsonWebKeyOperation) UnmarshalJSON(bytes []byte) error + type JsonWebKeyType string + const JsonWebKeyTypeEC + const JsonWebKeyTypeECNegativeHSM + const JsonWebKeyTypeRSA + const JsonWebKeyTypeRSANegativeHSM + func (s *JsonWebKeyType) UnmarshalJSON(bytes []byte) error + type KeyId struct + KeyName string + ManagedHSMName string + ResourceGroupName string + SubscriptionId string + func NewKeyID(subscriptionId string, resourceGroupName string, managedHSMName string, ...) KeyId + func ParseKeyID(input string) (*KeyId, error) + func ParseKeyIDInsensitively(input string) (*KeyId, error) + func (id *KeyId) FromParseResult(input resourceids.ParseResult) error + func (id KeyId) ID() string + func (id KeyId) Segments() []resourceids.Segment + func (id KeyId) String() string + type KeyRotationPolicyActionType string + const KeyRotationPolicyActionTypeNotify + const KeyRotationPolicyActionTypeRotate + func (s *KeyRotationPolicyActionType) UnmarshalJSON(bytes []byte) error + type ListCompleteResult struct + Items []ManagedHsmKey + LatestHttpResponse *http.Response + type ListCustomPager struct + NextLink *odata.Link + func (p *ListCustomPager) NextPageLink() *odata.Link + type ListOperationResponse struct + HttpResponse *http.Response + Model *[]ManagedHsmKey + OData *odata.OData + type ListVersionsCompleteResult struct + Items []ManagedHsmKey + LatestHttpResponse *http.Response + type ListVersionsCustomPager struct + NextLink *odata.Link + func (p *ListVersionsCustomPager) NextPageLink() *odata.Link + type ListVersionsOperationResponse struct + HttpResponse *http.Response + Model *[]ManagedHsmKey + OData *odata.OData + type ManagedHSMId struct + ManagedHSMName string + ResourceGroupName string + SubscriptionId string + func NewManagedHSMID(subscriptionId string, resourceGroupName string, managedHSMName string) ManagedHSMId + func ParseManagedHSMID(input string) (*ManagedHSMId, error) + func ParseManagedHSMIDInsensitively(input string) (*ManagedHSMId, error) + func (id *ManagedHSMId) FromParseResult(input resourceids.ParseResult) error + func (id ManagedHSMId) ID() string + func (id ManagedHSMId) Segments() []resourceids.Segment + func (id ManagedHSMId) String() string + type ManagedHsmAction struct + Type *KeyRotationPolicyActionType + type ManagedHsmKey struct + Id *string + Name *string + Properties ManagedHsmKeyProperties + Tags *map[string]string + Type *string + type ManagedHsmKeyAttributes struct + Created *int64 + Enabled *bool + Exp *int64 + Exportable *bool + Nbf *int64 + RecoveryLevel *DeletionRecoveryLevel + Updated *int64 + type ManagedHsmKeyCreateParameters struct + Properties ManagedHsmKeyProperties + Tags *map[string]string + type ManagedHsmKeyOperationPredicate struct + Id *string + Name *string + Type *string + func (p ManagedHsmKeyOperationPredicate) Matches(input ManagedHsmKey) bool + type ManagedHsmKeyProperties struct + Attributes *ManagedHsmKeyAttributes + CurveName *JsonWebKeyCurveName + KeyOps *[]JsonWebKeyOperation + KeySize *int64 + KeyUri *string + KeyUriWithVersion *string + Kty *JsonWebKeyType + ReleasePolicy *ManagedHsmKeyReleasePolicy + RotationPolicy *ManagedHsmRotationPolicy + type ManagedHsmKeyReleasePolicy struct + ContentType *string + Data *string + type ManagedHsmKeyRotationPolicyAttributes struct + Created *int64 + ExpiryTime *string + Updated *int64 + type ManagedHsmKeysClient struct + Client *resourcemanager.Client + func NewManagedHsmKeysClientWithBaseURI(sdkApi sdkEnv.Api) (*ManagedHsmKeysClient, error) + func (c ManagedHsmKeysClient) CreateIfNotExist(ctx context.Context, id KeyId, input ManagedHsmKeyCreateParameters) (result CreateIfNotExistOperationResponse, err error) + func (c ManagedHsmKeysClient) Get(ctx context.Context, id KeyId) (result GetOperationResponse, err error) + func (c ManagedHsmKeysClient) GetVersion(ctx context.Context, id VersionId) (result GetVersionOperationResponse, err error) + func (c ManagedHsmKeysClient) List(ctx context.Context, id ManagedHSMId) (result ListOperationResponse, err error) + func (c ManagedHsmKeysClient) ListComplete(ctx context.Context, id ManagedHSMId) (ListCompleteResult, error) + func (c ManagedHsmKeysClient) ListCompleteMatchingPredicate(ctx context.Context, id ManagedHSMId, ...) (result ListCompleteResult, err error) + func (c ManagedHsmKeysClient) ListVersions(ctx context.Context, id KeyId) (result ListVersionsOperationResponse, err error) + func (c ManagedHsmKeysClient) ListVersionsComplete(ctx context.Context, id KeyId) (ListVersionsCompleteResult, error) + func (c ManagedHsmKeysClient) ListVersionsCompleteMatchingPredicate(ctx context.Context, id KeyId, predicate ManagedHsmKeyOperationPredicate) (result ListVersionsCompleteResult, err error) + type ManagedHsmLifetimeAction struct + Action *ManagedHsmAction + Trigger *ManagedHsmTrigger + type ManagedHsmRotationPolicy struct + Attributes *ManagedHsmKeyRotationPolicyAttributes + LifetimeActions *[]ManagedHsmLifetimeAction + type ManagedHsmTrigger struct + TimeAfterCreate *string + TimeBeforeExpiry *string + type VersionId struct + KeyName string + ManagedHSMName string + ResourceGroupName string + SubscriptionId string + VersionName string + func NewVersionID(subscriptionId string, resourceGroupName string, managedHSMName string, ...) VersionId + func ParseVersionID(input string) (*VersionId, error) + func ParseVersionIDInsensitively(input string) (*VersionId, error) + func (id *VersionId) FromParseResult(input resourceids.ParseResult) error + func (id VersionId) ID() string + func (id VersionId) Segments() []resourceids.Segment + func (id VersionId) String() string