SAMLConnectionsApi class
Methods
-
createSAMLConnection({CreateSAMLConnectionRequest? createSAMLConnectionRequest})
→ Future<SchemasSAMLConnection?>
-
Create a SAML Connection
-
createSAMLConnectionWithHttpInfo({CreateSAMLConnectionRequest? createSAMLConnectionRequest})
→ Future<Response>
-
Create a SAML Connection
-
deleteSAMLConnection(String samlConnectionId)
→ Future<DeletedObject?>
-
Delete a SAML Connection
-
deleteSAMLConnectionWithHttpInfo(String samlConnectionId)
→ Future<Response>
-
Delete a SAML Connection
-
getSAMLConnection(String samlConnectionId)
→ Future<SchemasSAMLConnection?>
-
Retrieve a SAML Connection by ID
-
getSAMLConnectionWithHttpInfo(String samlConnectionId)
→ Future<Response>
-
Retrieve a SAML Connection by ID
-
listSAMLConnections({int? limit, int? offset, String? query, String? orderBy, List<String>? organizationId})
→ Future<SAMLConnections?>
-
Get a list of SAML Connections for an instance
-
listSAMLConnectionsWithHttpInfo({int? limit, int? offset, String? query, String? orderBy, List<String>? organizationId})
→ Future<Response>
-
Get a list of SAML Connections for an instance
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
-
updateSAMLConnection(String samlConnectionId, UpdateSAMLConnectionRequest updateSAMLConnectionRequest)
→ Future<SchemasSAMLConnection?>
-
Update a SAML Connection
-
updateSAMLConnectionWithHttpInfo(String samlConnectionId, UpdateSAMLConnectionRequest updateSAMLConnectionRequest)
→ Future<Response>
-
Update a SAML Connection