AuthorizationProfile Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Authorization profile with details of AAD user Ids and group Ids authorized for data plane access.
public class AuthorizationProfile : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.HDInsight.Containers.Models.AuthorizationProfile>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.HDInsight.Containers.Models.AuthorizationProfile>
type AuthorizationProfile = class
interface IJsonModel<AuthorizationProfile>
interface IPersistableModel<AuthorizationProfile>
Public Class AuthorizationProfile
Implements IJsonModel(Of AuthorizationProfile), IPersistableModel(Of AuthorizationProfile)
- Inheritance
-
AuthorizationProfile
- Implements
Constructors
AuthorizationProfile() |
Initializes a new instance of AuthorizationProfile. |
Properties
GroupIds |
AAD group Ids authorized for data plane access. |
UserIds |
AAD user Ids authorized for data plane access. |
Explicit Interface Implementations
IJsonModel<AuthorizationProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<AuthorizationProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<AuthorizationProfile>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<AuthorizationProfile>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<AuthorizationProfile>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET