ServicePrincipalAuthTypeWorkspaceConnectionProperties Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ServicePrincipalAuthTypeWorkspaceConnectionPropertiesTypeConverter))]
public class ServicePrincipalAuthTypeWorkspaceConnectionProperties : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IServicePrincipalAuthTypeWorkspaceConnectionProperties, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ServicePrincipalAuthTypeWorkspaceConnectionPropertiesTypeConverter))>]
type ServicePrincipalAuthTypeWorkspaceConnectionProperties = class
    interface IServicePrincipalAuthTypeWorkspaceConnectionProperties
    interface IJsonSerializable
    interface IWorkspaceConnectionPropertiesV2
    interface IValidates
Public Class ServicePrincipalAuthTypeWorkspaceConnectionProperties
Implements IServicePrincipalAuthTypeWorkspaceConnectionProperties, IValidates
Inheritance
ServicePrincipalAuthTypeWorkspaceConnectionProperties
Attributes
Implements

Constructors

Name Description
ServicePrincipalAuthTypeWorkspaceConnectionProperties()

Creates an new ServicePrincipalAuthTypeWorkspaceConnectionProperties instance.

Properties

Name Description
AuthType

Authentication type of the connection target

Category

Category of the connection

CreatedByWorkspaceArmId
CredentialsClientId
CredentialsClientSecret
CredentialsTenantId
ExpiryTime
Group

Group based on connection category

IsSharedToAll
Metadata

Store user metadata for this connection

SharedUserList
Target
Value

Value details of the workspace connection.

ValueFormat

format for the workspace connection value

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ServicePrincipalAuthTypeWorkspaceConnectionProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ServicePrincipalAuthTypeWorkspaceConnectionProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IServicePrincipalAuthTypeWorkspaceConnectionProperties.

FromJsonString(String)

Creates a new instance of ServicePrincipalAuthTypeWorkspaceConnectionProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ServicePrincipalAuthTypeWorkspaceConnectionProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to