...

Package keyvault

import "github.com/Azure/azure-sdk-for-go/profiles/2017-03-09/keyvault/keyvault"
Overview
Index
Subdirectories

Overview ▾

Index ▾

func UserAgent() string
func Version() string
type Action
type ActionType
    func PossibleActionTypeValues() []ActionType
type AdministratorDetails
type Attributes
type BackupKeyResult
type BackupSecretResult
type BaseClient
    func New() BaseClient
    func NewWithoutDefaults() BaseClient
type CertificateAttributes
type CertificateBundle
type CertificateCreateParameters
type CertificateImportParameters
type CertificateIssuerItem
type CertificateIssuerListResult
type CertificateIssuerListResultIterator
    func NewCertificateIssuerListResultIterator(page CertificateIssuerListResultPage) CertificateIssuerListResultIterator
type CertificateIssuerListResultPage
    func NewCertificateIssuerListResultPage(cur CertificateIssuerListResult, getNextPage func(context.Context, CertificateIssuerListResult) (CertificateIssuerListResult, error)) CertificateIssuerListResultPage
type CertificateIssuerSetParameters
type CertificateIssuerUpdateParameters
type CertificateItem
type CertificateListResult
type CertificateListResultIterator
    func NewCertificateListResultIterator(page CertificateListResultPage) CertificateListResultIterator
type CertificateListResultPage
    func NewCertificateListResultPage(cur CertificateListResult, getNextPage func(context.Context, CertificateListResult) (CertificateListResult, error)) CertificateListResultPage
type CertificateMergeParameters
type CertificateOperation
type CertificateOperationUpdateParameter
type CertificatePolicy
type CertificateUpdateParameters
type Contact
type Contacts
type DeletedCertificateBundle
type DeletedCertificateItem
type DeletedCertificateListResult
type DeletedCertificateListResultIterator
    func NewDeletedCertificateListResultIterator(page DeletedCertificateListResultPage) DeletedCertificateListResultIterator
type DeletedCertificateListResultPage
    func NewDeletedCertificateListResultPage(cur DeletedCertificateListResult, getNextPage func(context.Context, DeletedCertificateListResult) (DeletedCertificateListResult, error)) DeletedCertificateListResultPage
type DeletedKeyBundle
type DeletedKeyItem
type DeletedKeyListResult
type DeletedKeyListResultIterator
    func NewDeletedKeyListResultIterator(page DeletedKeyListResultPage) DeletedKeyListResultIterator
type DeletedKeyListResultPage
    func NewDeletedKeyListResultPage(cur DeletedKeyListResult, getNextPage func(context.Context, DeletedKeyListResult) (DeletedKeyListResult, error)) DeletedKeyListResultPage
type DeletedSecretBundle
type DeletedSecretItem
type DeletedSecretListResult
type DeletedSecretListResultIterator
    func NewDeletedSecretListResultIterator(page DeletedSecretListResultPage) DeletedSecretListResultIterator
type DeletedSecretListResultPage
    func NewDeletedSecretListResultPage(cur DeletedSecretListResult, getNextPage func(context.Context, DeletedSecretListResult) (DeletedSecretListResult, error)) DeletedSecretListResultPage
type DeletionRecoveryLevel
    func PossibleDeletionRecoveryLevelValues() []DeletionRecoveryLevel
type Error
type ErrorType
type IssuerAttributes
type IssuerBundle
type IssuerCredentials
type IssuerParameters
type JSONWebKey
type JSONWebKeyCurveName
    func PossibleJSONWebKeyCurveNameValues() []JSONWebKeyCurveName
type JSONWebKeyEncryptionAlgorithm
    func PossibleJSONWebKeyEncryptionAlgorithmValues() []JSONWebKeyEncryptionAlgorithm
type JSONWebKeyOperation
    func PossibleJSONWebKeyOperationValues() []JSONWebKeyOperation
type JSONWebKeySignatureAlgorithm
    func PossibleJSONWebKeySignatureAlgorithmValues() []JSONWebKeySignatureAlgorithm
type JSONWebKeyType
    func PossibleJSONWebKeyTypeValues() []JSONWebKeyType
type KeyAttributes
type KeyBundle
type KeyCreateParameters
type KeyImportParameters
type KeyItem
type KeyListResult
type KeyListResultIterator
    func NewKeyListResultIterator(page KeyListResultPage) KeyListResultIterator
type KeyListResultPage
    func NewKeyListResultPage(cur KeyListResult, getNextPage func(context.Context, KeyListResult) (KeyListResult, error)) KeyListResultPage
type KeyOperationResult
type KeyOperationsParameters
type KeyProperties
type KeyRestoreParameters
type KeySignParameters
type KeyUpdateParameters
type KeyUsageType
    func PossibleKeyUsageTypeValues() []KeyUsageType
type KeyVerifyParameters
type KeyVerifyResult
type LifetimeAction
type OrganizationDetails
type PendingCertificateSigningRequestResult
type SasDefinitionAttributes
type SasDefinitionBundle
type SasDefinitionCreateParameters
type SasDefinitionItem
type SasDefinitionListResult
type SasDefinitionListResultIterator
    func NewSasDefinitionListResultIterator(page SasDefinitionListResultPage) SasDefinitionListResultIterator
type SasDefinitionListResultPage
    func NewSasDefinitionListResultPage(cur SasDefinitionListResult, getNextPage func(context.Context, SasDefinitionListResult) (SasDefinitionListResult, error)) SasDefinitionListResultPage
type SasDefinitionUpdateParameters
type SecretAttributes
type SecretBundle
type SecretItem
type SecretListResult
type SecretListResultIterator
    func NewSecretListResultIterator(page SecretListResultPage) SecretListResultIterator
type SecretListResultPage
    func NewSecretListResultPage(cur SecretListResult, getNextPage func(context.Context, SecretListResult) (SecretListResult, error)) SecretListResultPage
type SecretProperties
type SecretRestoreParameters
type SecretSetParameters
type SecretUpdateParameters
type StorageAccountAttributes
type StorageAccountCreateParameters
type StorageAccountItem
type StorageAccountRegenerteKeyParameters
type StorageAccountUpdateParameters
type StorageBundle
type StorageListResult
type StorageListResultIterator
    func NewStorageListResultIterator(page StorageListResultPage) StorageListResultIterator
type StorageListResultPage
    func NewStorageListResultPage(cur StorageListResult, getNextPage func(context.Context, StorageListResult) (StorageListResult, error)) StorageListResultPage
type SubjectAlternativeNames
type Trigger
type X509CertificateProperties

Package files

models.go

func UserAgent

func UserAgent() string

func Version

func Version() string

type Action

type Action = original.Action

type ActionType

type ActionType = original.ActionType
const (
    AutoRenew     ActionType = original.AutoRenew
    EmailContacts ActionType = original.EmailContacts
)

func PossibleActionTypeValues

func PossibleActionTypeValues() []ActionType

type AdministratorDetails

type AdministratorDetails = original.AdministratorDetails

type Attributes

type Attributes = original.Attributes

type BackupKeyResult

type BackupKeyResult = original.BackupKeyResult

type BackupSecretResult

type BackupSecretResult = original.BackupSecretResult

type BaseClient

type BaseClient = original.BaseClient

func New

func New() BaseClient

func NewWithoutDefaults

func NewWithoutDefaults() BaseClient

type CertificateAttributes

type CertificateAttributes = original.CertificateAttributes

type CertificateBundle

type CertificateBundle = original.CertificateBundle

type CertificateCreateParameters

type CertificateCreateParameters = original.CertificateCreateParameters

type CertificateImportParameters

type CertificateImportParameters = original.CertificateImportParameters

type CertificateIssuerItem

type CertificateIssuerItem = original.CertificateIssuerItem

type CertificateIssuerListResult

type CertificateIssuerListResult = original.CertificateIssuerListResult

type CertificateIssuerListResultIterator

type CertificateIssuerListResultIterator = original.CertificateIssuerListResultIterator

func NewCertificateIssuerListResultIterator

func NewCertificateIssuerListResultIterator(page CertificateIssuerListResultPage) CertificateIssuerListResultIterator

type CertificateIssuerListResultPage

type CertificateIssuerListResultPage = original.CertificateIssuerListResultPage

func NewCertificateIssuerListResultPage

func NewCertificateIssuerListResultPage(cur CertificateIssuerListResult, getNextPage func(context.Context, CertificateIssuerListResult) (CertificateIssuerListResult, error)) CertificateIssuerListResultPage

type CertificateIssuerSetParameters

type CertificateIssuerSetParameters = original.CertificateIssuerSetParameters

type CertificateIssuerUpdateParameters

type CertificateIssuerUpdateParameters = original.CertificateIssuerUpdateParameters

type CertificateItem

type CertificateItem = original.CertificateItem

type CertificateListResult

type CertificateListResult = original.CertificateListResult

type CertificateListResultIterator

type CertificateListResultIterator = original.CertificateListResultIterator

func NewCertificateListResultIterator

func NewCertificateListResultIterator(page CertificateListResultPage) CertificateListResultIterator

type CertificateListResultPage

type CertificateListResultPage = original.CertificateListResultPage

func NewCertificateListResultPage

func NewCertificateListResultPage(cur CertificateListResult, getNextPage func(context.Context, CertificateListResult) (CertificateListResult, error)) CertificateListResultPage

type CertificateMergeParameters

type CertificateMergeParameters = original.CertificateMergeParameters

type CertificateOperation

type CertificateOperation = original.CertificateOperation

type CertificateOperationUpdateParameter

type CertificateOperationUpdateParameter = original.CertificateOperationUpdateParameter

type CertificatePolicy

type CertificatePolicy = original.CertificatePolicy

type CertificateUpdateParameters

type CertificateUpdateParameters = original.CertificateUpdateParameters

type Contact

type Contact = original.Contact

type Contacts

type Contacts = original.Contacts

type DeletedCertificateBundle

type DeletedCertificateBundle = original.DeletedCertificateBundle

type DeletedCertificateItem

type DeletedCertificateItem = original.DeletedCertificateItem

type DeletedCertificateListResult

type DeletedCertificateListResult = original.DeletedCertificateListResult

type DeletedCertificateListResultIterator

type DeletedCertificateListResultIterator = original.DeletedCertificateListResultIterator

func NewDeletedCertificateListResultIterator

func NewDeletedCertificateListResultIterator(page DeletedCertificateListResultPage) DeletedCertificateListResultIterator

type DeletedCertificateListResultPage

type DeletedCertificateListResultPage = original.DeletedCertificateListResultPage

func NewDeletedCertificateListResultPage

func NewDeletedCertificateListResultPage(cur DeletedCertificateListResult, getNextPage func(context.Context, DeletedCertificateListResult) (DeletedCertificateListResult, error)) DeletedCertificateListResultPage

type DeletedKeyBundle

type DeletedKeyBundle = original.DeletedKeyBundle

type DeletedKeyItem

type DeletedKeyItem = original.DeletedKeyItem

type DeletedKeyListResult

type DeletedKeyListResult = original.DeletedKeyListResult

type DeletedKeyListResultIterator

type DeletedKeyListResultIterator = original.DeletedKeyListResultIterator

func NewDeletedKeyListResultIterator

func NewDeletedKeyListResultIterator(page DeletedKeyListResultPage) DeletedKeyListResultIterator

type DeletedKeyListResultPage

type DeletedKeyListResultPage = original.DeletedKeyListResultPage

func NewDeletedKeyListResultPage

func NewDeletedKeyListResultPage(cur DeletedKeyListResult, getNextPage func(context.Context, DeletedKeyListResult) (DeletedKeyListResult, error)) DeletedKeyListResultPage

type DeletedSecretBundle

type DeletedSecretBundle = original.DeletedSecretBundle

type DeletedSecretItem

type DeletedSecretItem = original.DeletedSecretItem

type DeletedSecretListResult

type DeletedSecretListResult = original.DeletedSecretListResult

type DeletedSecretListResultIterator

type DeletedSecretListResultIterator = original.DeletedSecretListResultIterator

func NewDeletedSecretListResultIterator

func NewDeletedSecretListResultIterator(page DeletedSecretListResultPage) DeletedSecretListResultIterator

type DeletedSecretListResultPage

type DeletedSecretListResultPage = original.DeletedSecretListResultPage

func NewDeletedSecretListResultPage

func NewDeletedSecretListResultPage(cur DeletedSecretListResult, getNextPage func(context.Context, DeletedSecretListResult) (DeletedSecretListResult, error)) DeletedSecretListResultPage

type DeletionRecoveryLevel

type DeletionRecoveryLevel = original.DeletionRecoveryLevel
const (
    Purgeable                        DeletionRecoveryLevel = original.Purgeable
    Recoverable                      DeletionRecoveryLevel = original.Recoverable
    RecoverableProtectedSubscription DeletionRecoveryLevel = original.RecoverableProtectedSubscription
    RecoverablePurgeable             DeletionRecoveryLevel = original.RecoverablePurgeable
)

func PossibleDeletionRecoveryLevelValues

func PossibleDeletionRecoveryLevelValues() []DeletionRecoveryLevel

type Error

type Error = original.Error

type ErrorType

type ErrorType = original.ErrorType

type IssuerAttributes

type IssuerAttributes = original.IssuerAttributes

type IssuerBundle

type IssuerBundle = original.IssuerBundle

type IssuerCredentials

type IssuerCredentials = original.IssuerCredentials

type IssuerParameters

type IssuerParameters = original.IssuerParameters

type JSONWebKey

type JSONWebKey = original.JSONWebKey

type JSONWebKeyCurveName

type JSONWebKeyCurveName = original.JSONWebKeyCurveName
const (
    P256      JSONWebKeyCurveName = original.P256
    P384      JSONWebKeyCurveName = original.P384
    P521      JSONWebKeyCurveName = original.P521
    SECP256K1 JSONWebKeyCurveName = original.SECP256K1
)

func PossibleJSONWebKeyCurveNameValues

func PossibleJSONWebKeyCurveNameValues() []JSONWebKeyCurveName

type JSONWebKeyEncryptionAlgorithm

type JSONWebKeyEncryptionAlgorithm = original.JSONWebKeyEncryptionAlgorithm
const (
    RSA15      JSONWebKeyEncryptionAlgorithm = original.RSA15
    RSAOAEP    JSONWebKeyEncryptionAlgorithm = original.RSAOAEP
    RSAOAEP256 JSONWebKeyEncryptionAlgorithm = original.RSAOAEP256
)

func PossibleJSONWebKeyEncryptionAlgorithmValues

func PossibleJSONWebKeyEncryptionAlgorithmValues() []JSONWebKeyEncryptionAlgorithm

type JSONWebKeyOperation

type JSONWebKeyOperation = original.JSONWebKeyOperation
const (
    Decrypt   JSONWebKeyOperation = original.Decrypt
    Encrypt   JSONWebKeyOperation = original.Encrypt
    Sign      JSONWebKeyOperation = original.Sign
    UnwrapKey JSONWebKeyOperation = original.UnwrapKey
    Verify    JSONWebKeyOperation = original.Verify
    WrapKey   JSONWebKeyOperation = original.WrapKey
)

func PossibleJSONWebKeyOperationValues

func PossibleJSONWebKeyOperationValues() []JSONWebKeyOperation

type JSONWebKeySignatureAlgorithm

type JSONWebKeySignatureAlgorithm = original.JSONWebKeySignatureAlgorithm
const (
    ECDSA256 JSONWebKeySignatureAlgorithm = original.ECDSA256
    ES256    JSONWebKeySignatureAlgorithm = original.ES256
    ES384    JSONWebKeySignatureAlgorithm = original.ES384
    ES512    JSONWebKeySignatureAlgorithm = original.ES512
    PS256    JSONWebKeySignatureAlgorithm = original.PS256
    PS384    JSONWebKeySignatureAlgorithm = original.PS384
    PS512    JSONWebKeySignatureAlgorithm = original.PS512
    RS256    JSONWebKeySignatureAlgorithm = original.RS256
    RS384    JSONWebKeySignatureAlgorithm = original.RS384
    RS512    JSONWebKeySignatureAlgorithm = original.RS512
    RSNULL   JSONWebKeySignatureAlgorithm = original.RSNULL
)

func PossibleJSONWebKeySignatureAlgorithmValues

func PossibleJSONWebKeySignatureAlgorithmValues() []JSONWebKeySignatureAlgorithm

type JSONWebKeyType

type JSONWebKeyType = original.JSONWebKeyType
const (
    EC     JSONWebKeyType = original.EC
    ECHSM  JSONWebKeyType = original.ECHSM
    Oct    JSONWebKeyType = original.Oct
    RSA    JSONWebKeyType = original.RSA
    RSAHSM JSONWebKeyType = original.RSAHSM
)

func PossibleJSONWebKeyTypeValues

func PossibleJSONWebKeyTypeValues() []JSONWebKeyType

type KeyAttributes

type KeyAttributes = original.KeyAttributes

type KeyBundle

type KeyBundle = original.KeyBundle

type KeyCreateParameters

type KeyCreateParameters = original.KeyCreateParameters

type KeyImportParameters

type KeyImportParameters = original.KeyImportParameters

type KeyItem

type KeyItem = original.KeyItem

type KeyListResult

type KeyListResult = original.KeyListResult

type KeyListResultIterator

type KeyListResultIterator = original.KeyListResultIterator

func NewKeyListResultIterator

func NewKeyListResultIterator(page KeyListResultPage) KeyListResultIterator

type KeyListResultPage

type KeyListResultPage = original.KeyListResultPage

func NewKeyListResultPage

func NewKeyListResultPage(cur KeyListResult, getNextPage func(context.Context, KeyListResult) (KeyListResult, error)) KeyListResultPage

type KeyOperationResult

type KeyOperationResult = original.KeyOperationResult

type KeyOperationsParameters

type KeyOperationsParameters = original.KeyOperationsParameters

type KeyProperties

type KeyProperties = original.KeyProperties

type KeyRestoreParameters

type KeyRestoreParameters = original.KeyRestoreParameters

type KeySignParameters

type KeySignParameters = original.KeySignParameters

type KeyUpdateParameters

type KeyUpdateParameters = original.KeyUpdateParameters

type KeyUsageType

type KeyUsageType = original.KeyUsageType
const (
    CRLSign          KeyUsageType = original.CRLSign
    DataEncipherment KeyUsageType = original.DataEncipherment
    DecipherOnly     KeyUsageType = original.DecipherOnly
    DigitalSignature KeyUsageType = original.DigitalSignature
    EncipherOnly     KeyUsageType = original.EncipherOnly
    KeyAgreement     KeyUsageType = original.KeyAgreement
    KeyCertSign      KeyUsageType = original.KeyCertSign
    KeyEncipherment  KeyUsageType = original.KeyEncipherment
    NonRepudiation   KeyUsageType = original.NonRepudiation
)

func PossibleKeyUsageTypeValues

func PossibleKeyUsageTypeValues() []KeyUsageType

type KeyVerifyParameters

type KeyVerifyParameters = original.KeyVerifyParameters

type KeyVerifyResult

type KeyVerifyResult = original.KeyVerifyResult

type LifetimeAction

type LifetimeAction = original.LifetimeAction

type OrganizationDetails

type OrganizationDetails = original.OrganizationDetails

type PendingCertificateSigningRequestResult

type PendingCertificateSigningRequestResult = original.PendingCertificateSigningRequestResult

type SasDefinitionAttributes

type SasDefinitionAttributes = original.SasDefinitionAttributes

type SasDefinitionBundle

type SasDefinitionBundle = original.SasDefinitionBundle

type SasDefinitionCreateParameters

type SasDefinitionCreateParameters = original.SasDefinitionCreateParameters

type SasDefinitionItem

type SasDefinitionItem = original.SasDefinitionItem

type SasDefinitionListResult

type SasDefinitionListResult = original.SasDefinitionListResult

type SasDefinitionListResultIterator

type SasDefinitionListResultIterator = original.SasDefinitionListResultIterator

func NewSasDefinitionListResultIterator

func NewSasDefinitionListResultIterator(page SasDefinitionListResultPage) SasDefinitionListResultIterator

type SasDefinitionListResultPage

type SasDefinitionListResultPage = original.SasDefinitionListResultPage

func NewSasDefinitionListResultPage

func NewSasDefinitionListResultPage(cur SasDefinitionListResult, getNextPage func(context.Context, SasDefinitionListResult) (SasDefinitionListResult, error)) SasDefinitionListResultPage

type SasDefinitionUpdateParameters

type SasDefinitionUpdateParameters = original.SasDefinitionUpdateParameters

type SecretAttributes

type SecretAttributes = original.SecretAttributes

type SecretBundle

type SecretBundle = original.SecretBundle

type SecretItem

type SecretItem = original.SecretItem

type SecretListResult

type SecretListResult = original.SecretListResult

type SecretListResultIterator

type SecretListResultIterator = original.SecretListResultIterator

func NewSecretListResultIterator

func NewSecretListResultIterator(page SecretListResultPage) SecretListResultIterator

type SecretListResultPage

type SecretListResultPage = original.SecretListResultPage

func NewSecretListResultPage

func NewSecretListResultPage(cur SecretListResult, getNextPage func(context.Context, SecretListResult) (SecretListResult, error)) SecretListResultPage

type SecretProperties

type SecretProperties = original.SecretProperties

type SecretRestoreParameters

type SecretRestoreParameters = original.SecretRestoreParameters

type SecretSetParameters

type SecretSetParameters = original.SecretSetParameters

type SecretUpdateParameters

type SecretUpdateParameters = original.SecretUpdateParameters

type StorageAccountAttributes

type StorageAccountAttributes = original.StorageAccountAttributes

type StorageAccountCreateParameters

type StorageAccountCreateParameters = original.StorageAccountCreateParameters

type StorageAccountItem

type StorageAccountItem = original.StorageAccountItem

type StorageAccountRegenerteKeyParameters

type StorageAccountRegenerteKeyParameters = original.StorageAccountRegenerteKeyParameters

type StorageAccountUpdateParameters

type StorageAccountUpdateParameters = original.StorageAccountUpdateParameters

type StorageBundle

type StorageBundle = original.StorageBundle

type StorageListResult

type StorageListResult = original.StorageListResult

type StorageListResultIterator

type StorageListResultIterator = original.StorageListResultIterator

func NewStorageListResultIterator

func NewStorageListResultIterator(page StorageListResultPage) StorageListResultIterator

type StorageListResultPage

type StorageListResultPage = original.StorageListResultPage

func NewStorageListResultPage

func NewStorageListResultPage(cur StorageListResult, getNextPage func(context.Context, StorageListResult) (StorageListResult, error)) StorageListResultPage

type SubjectAlternativeNames

type SubjectAlternativeNames = original.SubjectAlternativeNames

type Trigger

type Trigger = original.Trigger

type X509CertificateProperties

type X509CertificateProperties = original.X509CertificateProperties

Subdirectories

Name Synopsis
..
keyvaultapi