| Local Methods | ||
Service Types | Data Object Types | All Properties | All Methods |
Methods
Methods defined in this Service |
---|
ADDomain_AddAuxiliaryAccounts, ADDomain_Bind, ADDomain_DeleteAuxiliaryAccounts, ADDomain_List, ADDomain_Unbind, ADDomain_Update, ADDomain_UpdateAuxiliaryAccounts |
Privileges
Privilege | Description |
---|---|
GLOBAL_CONFIG_MANAGEMENT | Global configuration management is required to add auxiliary service accounts to the no-trust domain. |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the ADDomain used to make the method call. |
spec | ADDomainAuxiliaryAccountSpec |
Specification of auxiliary service accounts.
|
Return Value
Type | Description |
---|---|
None |
Faults
Type | Description |
---|---|
EntityNotFound | Thrown if any specified entity cannot be found. |
InsufficientPermission | Thrown if the user does not have sufficient permission to perform the operation. |
InvalidArgument | Thrown if any specified argument is invalid. |
InvalidType | Thrown if the type of any specified argument is invalid. |
PartialFailureFault | Thrown if one or more service accounts can not be added. |
UnexpectedFault | Thrown if an unexpected error occurs while performing the operation. |
Events
Event | Description |
---|---|
AUXILIARY_ACCOUNT_ADD_SUCCESS | If the auxiliary service account added successfully. |
Privileges
Privilege | Description |
---|---|
GLOBAL_CONFIG_MANAGEMENT | Global configuration management is required to bind no-trust domain. |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the ADDomain used to make the method call. |
spec | ADDomainSpec |
Specification of domain to bind.
|
Return Value
Type | Description |
---|---|
ADDomainId | ADDomainId Domain Id of no-trust domain bound to connection server |
Faults
Type | Description |
---|---|
EntityNotFound | Thrown if any specified entity cannot be found. |
InsufficientPermission | Thrown if the user does not have sufficient permission to perform the operation. |
InvalidArgument | Thrown if any specified argument is invalid. |
InvalidType | Thrown if the type of any specified argument is invalid. |
UnexpectedFault | Thrown if an unexpected error occurs while performing the operation. |
Events
Event | Description |
---|---|
NOTRUST_DOMAIN_BOUND | If the no-trust domain successfully created. |
Privileges
Privilege | Description |
---|---|
GLOBAL_CONFIG_MANAGEMENT | Global configuration management is required to delete auxiliary service accounts from the no-trust domain. |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the ADDomain used to make the method call. |
id | ADDomainId |
Entity id for the no-trust domain.
|
ids | ServiceAccountCredentialsId[] |
Entity Id's for the auxiliary service accounts
|
Return Value
Type | Description |
---|---|
None |
Faults
Type | Description |
---|---|
EntityNotFound | Thrown if any specified entity cannot be found. |
InsufficientPermission | Thrown if the user does not have sufficient permission to perform the operation. |
InvalidArgument | Thrown if any specified argument is invalid. |
InvalidType | Thrown if the type of any specified argument is invalid. |
PartialFailureFault | Thrown if one or more service accounts can not be deleted. |
UnexpectedFault | Thrown if an unexpected error occurs while performing the operation. |
Events
Event | Description |
---|---|
AUXILIARY_ACCOUNT_DELETE_SUCCESS | If the auxiliary service account deleted successfully. |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the ADDomain used to make the method call. |
Return Value
Type | Description |
---|---|
ADDomainInfo[] | A list of ADDomainInfo containing information about the domains. |
Faults
Type | Description |
---|---|
EntityNotFound | Thrown if any specified entity cannot be found. |
InsufficientPermission | Thrown if the user does not have sufficient permission to perform the operation. |
InvalidArgument | Thrown if any specified argument is invalid. |
InvalidType | Thrown if the type of any specified argument is invalid. |
UnexpectedFault | Thrown if an unexpected error occurs while performing the operation. |
Privileges
Privilege | Description |
---|---|
GLOBAL_CONFIG_MANAGEMENT | Global configuration management is required to delete no-trust domain. |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the ADDomain used to make the method call. |
domainId | ADDomainId |
|
Return Value
Type | Description |
---|---|
None |
Faults
Type | Description |
---|---|
EntityInUse | Thrown if entitlements are associated with no-trust domain. |
EntityNotFound | Thrown if any specified entity cannot be found. |
InsufficientPermission | Thrown if the user does not have sufficient permission to perform the operation. |
InvalidArgument | Thrown if any specified argument is invalid. |
InvalidType | Thrown if the type of any specified argument is invalid. |
UnexpectedFault | Thrown if an unexpected error occurs while performing the operation. |
Events
Event | Description |
---|---|
NOTRUST_DOMAIN_UNBOUND | If the no-trust domain was successfully unbound. |
Privileges
Privilege | Description |
---|---|
GLOBAL_CONFIG_MANAGEMENT | Global configuration management is required to update no-trust domain. |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the ADDomain used to make the method call. |
id | ADDomainId |
Entity id for the no-trust domain.
|
updates | MapEntry[] |
Key value pairs describing attributes to be updated.
|
Return Value
Type | Description |
---|---|
None |
Faults
Type | Description |
---|---|
EntityNotFound | Thrown if any specified entity cannot be found. |
InsufficientPermission | Thrown if the user does not have sufficient permission to perform the operation. |
InvalidArgument | Thrown if any specified argument is invalid. |
InvalidType | Thrown if the type of any specified argument is invalid. |
UnexpectedFault | Thrown if an unexpected error occurs while performing the operation. |
Events
Event | Description |
---|---|
NOTRUST_DOMAIN_UPDATED | If the no-trust domain was successfully updated. |
Privileges
Privilege | Description |
---|---|
GLOBAL_CONFIG_MANAGEMENT | Global configuration management is required to update auxiliary service accounts to the no-trust domain. |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the ADDomain used to make the method call. |
updateSpec | ADDomainAuxiliaryAccountUpdateSpec |
Specification to update auxiliary accounts
|
Return Value
Type | Description |
---|---|
None |
Faults
Type | Description |
---|---|
EntityNotFound | Thrown if any specified entity cannot be found. |
InsufficientPermission | Thrown if the user does not have sufficient permission to perform the operation. |
InvalidArgument | Thrown if any specified argument is invalid. |
InvalidType | Thrown if the type of any specified argument is invalid. |
PartialFailureFault | Thrown if one or more service accounts can not be updated. |
UnexpectedFault | Thrown if an unexpected error occurs while performing the operation. |
Events
Event | Description |
---|---|
AUXILIARY_ACCOUNT_UPDATE_SUCCESS | If the auxiliary service account updated successfully. |
Top of page | Local Methods | ||
Service Types | Data Object Types | All Properties | All Methods |