OAuth2ClientSummary
                                OAuth2ClientSummary                            
                            An OAuth 2.0 client object
JSON Example
                                    {
    "scope": "admin",
    "rememberAs": "my oauth client",
    "mediaType": "application/vnd.vmware.horizon.manager.clientcredentialsoauth2client+json",
    "clientId": "oauth_clientid"
}
                                
                            
            
            
                                    string
                
                
            
        
        
                scope            
                            Optional
                    The scope of this OAuth 2.0 client
            
            
                                    string
                
                
            
        
        
                rememberAs            
                            Optional
                    The human friendly name of this OAuth 2.0 client
            
            
                                    object
                
                
            
        
        
                _links            
                            Optional
                    _links
            
            
                                    string
                
                
            
        
        
                mediaType            
                            Optional
                    Defines the media type of this OAuth 2.0 client (Client Credentials type or Classic type)
            
            
                                    string
                
                
            
        
        
                clientId            
                            Optional
                    The client identifier of this OAuth 2.0 client