Versions in this module Expand all Collapse all v0 v0.0.3 Jul 17, 2024 v0.0.2 Jul 2, 2024 Changes in this version + type CredRequestDefinition struct + CustomClaims *CustomClaims + DelegatedResources []*string + IdentityIDs []*string + func (c *CredRequestDefinition) UnmarshalJSON(data []byte) error + func (c CredRequestDefinition) MarshalJSON() ([]byte, error) + type CredentialsObject struct + AuthenticationEndpoint *string + CannotRenewAfter *string + ClientID *string + ClientSecret *string + ClientSecretURL *string + CustomClaims *CustomClaims + DelegatedResources []*DelegatedResourceObject + DelegationURL *string + ExplicitIdentities []*NestedCredentialsObject + InternalID *string + MtlsAuthenticationEndpoint *string + NotAfter *string + NotBefore *string + ObjectID *string + RenewAfter *string + TenantID *string + func (c *CredentialsObject) UnmarshalJSON(data []byte) error + func (c CredentialsObject) MarshalJSON() ([]byte, error) + type CustomClaims struct + XMSAzNwperimid []*string + XMSAzTm *string + func (c *CustomClaims) UnmarshalJSON(data []byte) error + func (c CustomClaims) MarshalJSON() ([]byte, error) + type DelegatedResourceObject struct + DelegationID *string + DelegationURL *string + ExplicitIdentities []*NestedCredentialsObject + ImplicitIdentity *NestedCredentialsObject + InternalID *string + ResourceID *string + func (d *DelegatedResourceObject) UnmarshalJSON(data []byte) error + func (d DelegatedResourceObject) MarshalJSON() ([]byte, error) + type ErrorResponse struct + Error *ErrorResponseError + func (e *ErrorResponse) UnmarshalJSON(data []byte) error + func (e ErrorResponse) MarshalJSON() ([]byte, error) + type ErrorResponseError struct + Code *string + Message *string + func (e *ErrorResponseError) UnmarshalJSON(data []byte) error + func (e ErrorResponseError) MarshalJSON() ([]byte, error) + type ManagedIdentityDataPlaneAPIClient struct + func NewSwaggerClient(azcoreClient *azcore.Client) *ManagedIdentityDataPlaneAPIClient + func (client *ManagedIdentityDataPlaneAPIClient) Deleteidentity(ctx context.Context, ...) (ManagedIdentityDataPlaneAPIClientDeleteidentityResponse, error) + func (client *ManagedIdentityDataPlaneAPIClient) Getcred(ctx context.Context, options *ManagedIdentityDataPlaneAPIClientGetcredOptions) (ManagedIdentityDataPlaneAPIClientGetcredResponse, error) + func (client *ManagedIdentityDataPlaneAPIClient) Getcreds(ctx context.Context, credRequest CredRequestDefinition, ...) (ManagedIdentityDataPlaneAPIClientGetcredsResponse, error) + func (client *ManagedIdentityDataPlaneAPIClient) Moveidentity(ctx context.Context, moveRequestBody MoveRequestBodyDefinition, ...) (ManagedIdentityDataPlaneAPIClientMoveidentityResponse, error) + type ManagedIdentityDataPlaneAPIClientDeleteidentityOptions struct + type ManagedIdentityDataPlaneAPIClientDeleteidentityResponse struct + type ManagedIdentityDataPlaneAPIClientGetcredOptions struct + type ManagedIdentityDataPlaneAPIClientGetcredResponse struct + type ManagedIdentityDataPlaneAPIClientGetcredsOptions struct + type ManagedIdentityDataPlaneAPIClientGetcredsResponse struct + type ManagedIdentityDataPlaneAPIClientMoveidentityOptions struct + type ManagedIdentityDataPlaneAPIClientMoveidentityResponse struct + type MoveIdentityResponse struct + IdentityURL *string + func (m *MoveIdentityResponse) UnmarshalJSON(data []byte) error + func (m MoveIdentityResponse) MarshalJSON() ([]byte, error) + type MoveRequestBodyDefinition struct + TargetResourceID *string + func (m *MoveRequestBodyDefinition) UnmarshalJSON(data []byte) error + func (m MoveRequestBodyDefinition) MarshalJSON() ([]byte, error) + type NestedCredentialsObject struct + AuthenticationEndpoint *string + CannotRenewAfter *string + ClientID *string + ClientSecret *string + ClientSecretURL *string + CustomClaims *CustomClaims + MtlsAuthenticationEndpoint *string + NotAfter *string + NotBefore *string + ObjectID *string + RenewAfter *string + ResourceID *string + TenantID *string + func (n *NestedCredentialsObject) UnmarshalJSON(data []byte) error + func (n NestedCredentialsObject) MarshalJSON() ([]byte, error)