toPermissionsBoundaryAttachmentType method

PermissionsBoundaryAttachmentType toPermissionsBoundaryAttachmentType()

Implementation

PermissionsBoundaryAttachmentType toPermissionsBoundaryAttachmentType() {
  switch (this) {
    case 'PermissionsBoundaryPolicy':
      return PermissionsBoundaryAttachmentType.permissionsBoundaryPolicy;
  }
  throw Exception(
      '$this is not known in enum PermissionsBoundaryAttachmentType');
}