Share via


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

CustomJwtAuthenticationManagedIdentityType(String)

Initializes a new instance of CustomJwtAuthenticationManagedIdentityType.

Properties

SystemAssigned

SystemAssigned.

UserAssigned

UserAssigned.

Methods

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

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