Compartir a través de


CustomJwtAuthenticationManagedIdentityType Struct

Definition

The type of managed identity used. Can be either 'SystemAssigned' or 'UserAssigned'.

public readonly struct CustomJwtAuthenticationManagedIdentityType : IEquatable<Azure.ResourceManager.EventGrid.Models.CustomJwtAuthenticationManagedIdentityType>
type CustomJwtAuthenticationManagedIdentityType = struct
Public Structure CustomJwtAuthenticationManagedIdentityType
Implements IEquatable(Of CustomJwtAuthenticationManagedIdentityType)
Inheritance
CustomJwtAuthenticationManagedIdentityType
Implements

Constructors

Name Description
CustomJwtAuthenticationManagedIdentityType(String)

Initializes a new instance of CustomJwtAuthenticationManagedIdentityType.

Properties

Name Description
SystemAssigned

SystemAssigned.

UserAssigned

UserAssigned.

Methods

Name Description
Equals(CustomJwtAuthenticationManagedIdentityType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(CustomJwtAuthenticationManagedIdentityType, CustomJwtAuthenticationManagedIdentityType)

Determines if two CustomJwtAuthenticationManagedIdentityType values are the same.

Implicit(String to CustomJwtAuthenticationManagedIdentityType)

Converts a String to a CustomJwtAuthenticationManagedIdentityType.

Inequality(CustomJwtAuthenticationManagedIdentityType, CustomJwtAuthenticationManagedIdentityType)

Determines if two CustomJwtAuthenticationManagedIdentityType values are not the same.

Applies to