Click or drag to resize

IDRARestServerGroupManagedServiceAccountSetInfo Method

Updates the properties of a group managed service account
UriTemplate: /dra/domains/{domainFqdn}/groupmanagedserviceaccounts/put

Namespace:  NetIQ.DRA.RestServiceLibrary
Assembly:  NetIQ.DRA.RestServiceLibrary (in NetIQ.DRA.RestServiceLibrary.dll) Version: 10.2.2.1
Syntax
[OperationContractAttribute]
[WebInvokeAttribute(Method = "POST", ResponseFormat = WebMessageFormat.Json, 
	RequestFormat = WebMessageFormat.Json, BodyStyle = WebMessageBodyStyle.Wrapped, 
	UriTemplate = "/dra/domains/{domainFqdn}/groupmanagedserviceaccounts/put")]
Stream GroupManagedServiceAccountSetInfo(
	string domainFqdn,
	string gmsaIdentifier,
	GroupManagedServiceAccount groupManagedServiceAccount,
	ConnectionParameters connectionParameters
)

Parameters

domainFqdn
Type: SystemString
The FQDN of the domain where the group managed service account is located
gmsaIdentifier
Type: SystemString
A string identifying the group managed service account. Supported formats are: name or distinguishedName
groupManagedServiceAccount
Type: NetIQ.DRA.Common.Rest.DataModelsGroupManagedServiceAccount
A GroupManagedServiceAccount object containing the properties to update
connectionParameters
Type: NetIQ.DRA.Common.Rest.DataModelsConnectionParameters
Optional ConnectionParameters to specify a DRA server and Assistant Admin credentials

Return Value

Type: Stream
A GetGroupManagedServiceAccountPropertiesResponse containing the operation results
See Also