Freigeben über


AllowedUnauthorizedActionIntent Struct

Definition

The intent.

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

Constructors

Name Description
AllowedUnauthorizedActionIntent(String)

Initializes a new instance of AllowedUnauthorizedActionIntent.

Properties

Name Description
DeferredAccessCheck

Used for RP's using a custom authorization check outside of ARM.

LowPrivilege

Data is not sensitive and ok to access.

NotSpecified

Default value.

RPContract

RP contract allows certain operations to be unauthorized action.

Methods

Name Description
Equals(AllowedUnauthorizedActionIntent)

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(AllowedUnauthorizedActionIntent, AllowedUnauthorizedActionIntent)

Determines if two AllowedUnauthorizedActionIntent values are the same.

Implicit(String to AllowedUnauthorizedActionIntent)

Converts a String to a AllowedUnauthorizedActionIntent.

Inequality(AllowedUnauthorizedActionIntent, AllowedUnauthorizedActionIntent)

Determines if two AllowedUnauthorizedActionIntent values are not the same.

Applies to