ComplianceGroupsClientV1 class
final
Methods
-
associateComplianceProfileToGroup(String apiKey, {required String complianceId, required String groupId})
→ Future<MdmEmpty>
-
-
associateComplianceProfileToGroups(String apiKey, {required String complianceId, required String groupId, required AssociateComplianceProfileToGroupsRequestDto associateComplianceProfileToGroupsRequestDto})
→ Future<MdmEmpty>
-
-
disassociateCompliancePorfileToGroup(String apiKey, {required String complianceId, required String groupId})
→ Future<MdmEmpty>
-
-
disassociateComplianceProfileToGroups(String apiKey, {required String complianceId})
→ Future<MdmEmpty>
-
-
getGroupForComplianceProfile(String apiKey, {required String complianceId, required String groupId})
→ Future<GetGroupForComplianceProfileResponseDto>
-
-
getGroupsForComplianceProfile(String apiKey, {required String complianceId})
→ Future<GetGroupsForComplianceProfileResponseDto>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited