68 строки
6.3 KiB
YAML
68 строки
6.3 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.graphrbac.ServicePrincipal"
|
|
fullName: "com.microsoft.azure.management.graphrbac.ServicePrincipal"
|
|
name: "ServicePrincipal"
|
|
nameWithType: "ServicePrincipal"
|
|
summary: "An immutable client-side representation of an Azure AD service principal."
|
|
syntax: "public interface **ServicePrincipal**</br> extends <xref href=\"com.microsoft.azure.management.graphrbac.ActiveDirectoryObject?alt=com.microsoft.azure.management.graphrbac.ActiveDirectoryObject&text=ActiveDirectoryObject\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.graphrbac.implementation.ServicePrincipalInner?alt=com.microsoft.azure.management.graphrbac.implementation.ServicePrincipalInner&text=ServicePrincipalInner\" data-throw-if-not-resolved=\"False\" />>, <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Updatable?alt=com.microsoft.azure.management.resources.fluentcore.model.Updatable&text=Updatable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.graphrbac.ServicePrincipal.Update?alt=com.microsoft.azure.management.graphrbac.ServicePrincipal.Update&text=Update\" data-throw-if-not-resolved=\"False\" />>"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.graphrbac.ServicePrincipal.applicationId()"
|
|
fullName: "com.microsoft.azure.management.graphrbac.ServicePrincipal.applicationId()"
|
|
name: "applicationId()"
|
|
nameWithType: "ServicePrincipal.applicationId()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String applicationId()"
|
|
returns:
|
|
description: "app id."
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.graphrbac.ServicePrincipal.certificateCredentials()"
|
|
fullName: "com.microsoft.azure.management.graphrbac.ServicePrincipal.certificateCredentials()"
|
|
name: "certificateCredentials()"
|
|
nameWithType: "ServicePrincipal.certificateCredentials()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Map<String,CertificateCredential> certificateCredentials()"
|
|
returns:
|
|
description: "the mapping of certificate credentials from their names"
|
|
type: "<xref href=\"java.util.Map?alt=java.util.Map&text=Map\" data-throw-if-not-resolved=\"False\" /><<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />,<xref href=\"com.microsoft.azure.management.graphrbac.CertificateCredential?alt=com.microsoft.azure.management.graphrbac.CertificateCredential&text=CertificateCredential\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.graphrbac.ServicePrincipal.passwordCredentials()"
|
|
fullName: "com.microsoft.azure.management.graphrbac.ServicePrincipal.passwordCredentials()"
|
|
name: "passwordCredentials()"
|
|
nameWithType: "ServicePrincipal.passwordCredentials()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Map<String,PasswordCredential> passwordCredentials()"
|
|
returns:
|
|
description: "the mapping of password credentials from their names"
|
|
type: "<xref href=\"java.util.Map?alt=java.util.Map&text=Map\" data-throw-if-not-resolved=\"False\" /><<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />,<xref href=\"com.microsoft.azure.management.graphrbac.PasswordCredential?alt=com.microsoft.azure.management.graphrbac.PasswordCredential&text=PasswordCredential\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.graphrbac.ServicePrincipal.roleAssignments()"
|
|
fullName: "com.microsoft.azure.management.graphrbac.ServicePrincipal.roleAssignments()"
|
|
name: "roleAssignments()"
|
|
nameWithType: "ServicePrincipal.roleAssignments()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Set<RoleAssignment> roleAssignments()"
|
|
returns:
|
|
description: "the mapping from scopes to role assignments"
|
|
type: "<xref href=\"java.util.Set?alt=java.util.Set&text=Set\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.graphrbac.RoleAssignment?alt=com.microsoft.azure.management.graphrbac.RoleAssignment&text=RoleAssignment\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.graphrbac.ServicePrincipal.servicePrincipalNames()"
|
|
fullName: "com.microsoft.azure.management.graphrbac.ServicePrincipal.servicePrincipalNames()"
|
|
name: "servicePrincipalNames()"
|
|
nameWithType: "ServicePrincipal.servicePrincipalNames()"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract List<String> servicePrincipalNames()"
|
|
returns:
|
|
description: "the list of names."
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "interface"
|
|
desc: "An immutable client-side representation of an Azure AD service principal."
|
|
implements:
|
|
- "<xref href=\"com.microsoft.azure.management.graphrbac.ActiveDirectoryObject?alt=com.microsoft.azure.management.graphrbac.ActiveDirectoryObject&text=ActiveDirectoryObject\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.graphrbac.implementation.ServicePrincipalInner?alt=com.microsoft.azure.management.graphrbac.implementation.ServicePrincipalInner&text=ServicePrincipalInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Updatable?alt=com.microsoft.azure.management.resources.fluentcore.model.Updatable&text=Updatable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.graphrbac.ServicePrincipal.Update?alt=com.microsoft.azure.management.graphrbac.ServicePrincipal.Update&text=Update\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.graphrbac"
|
|
artifact: com.microsoft.azure:azure-mgmt-graph-rbac:1.41.4
|